Skip to content

FINERACT-2245: Mix Taxonomy (org.apache.fineract.mix)#4635

Closed
oleksma wants to merge 1 commit intoapache:developfrom
oleksma:FINERACT-2169/subtask-FINERACT-2245-Mix-Taxonomy-(org.apache.fineract.mix)
Closed

FINERACT-2245: Mix Taxonomy (org.apache.fineract.mix)#4635
oleksma wants to merge 1 commit intoapache:developfrom
oleksma:FINERACT-2169/subtask-FINERACT-2245-Mix-Taxonomy-(org.apache.fineract.mix)

Conversation

@oleksma
Copy link
Contributor

@oleksma oleksma commented Apr 30, 2025

Refactoring done:
Applied approach "New command processing"
Renamed *Data to *Response
Applied Lombok

Description

Describe the changes made and why they were made.

Ignore if these details are present on the associated Apache Fineract JIRA ticket.

Checklist

Please make sure these boxes are checked before submitting your pull request - thanks!

  • Write the commit message as per https://github.com/apache/fineract/#pull-requests
  • Acknowledge that we will not review PRs that are not passing the build ("green") - it is your responsibility to get a proposed PR to pass the build, not primarily the project's maintainers.
  • Create/update unit or integration tests for verifying the changes made.
  • Follow coding conventions at https://cwiki.apache.org/confluence/display/FINERACT/Coding+Conventions.
  • Add required Swagger annotation and update API documentation at fineract-provider/src/main/resources/static/legacy-docs/apiLive.htm with details of any API changes
  • Submission is not a "code dump". (Large changes can be made "in repository" via a branch. Ask on the developer mailing list for guidance, if required.)

FYI our guidelines for code reviews are at https://cwiki.apache.org/confluence/display/FINERACT/Code+Review+Guide.

return new MixTaxonomyMappingResponse(result.getIdentifier(), result.getConfig());
} catch (final JpaSystemException | DataIntegrityViolationException dve) {
return CommandProcessingResult.empty();
return new MixTaxonomyMappingResponse(null, null);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about create just like new MixTaxonomyMappingResponse() ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@oleksma oleksma force-pushed the FINERACT-2169/subtask-FINERACT-2245-Mix-Taxonomy-(org.apache.fineract.mix) branch 2 times, most recently from b2a5d32 to 2b18982 Compare May 1, 2025 14:47
@oleksma oleksma marked this pull request as ready for review May 2, 2025 07:27
@vidakovic vidakovic self-requested a review May 8, 2025 09:44
@oleksma oleksma force-pushed the FINERACT-2169/subtask-FINERACT-2245-Mix-Taxonomy-(org.apache.fineract.mix) branch from 2b18982 to 714f1a7 Compare May 14, 2025 21:02
@oleksma oleksma force-pushed the FINERACT-2169/subtask-FINERACT-2245-Mix-Taxonomy-(org.apache.fineract.mix) branch from 714f1a7 to 5aedd89 Compare May 15, 2025 10:58
@adamsaghy
Copy link
Contributor

@oleksma @VictorPavfurious @vidakovic what's up with this?

@VictorPavfurious
Copy link
Contributor

@oleksma , do you have some blockers ?

@oleksma
Copy link
Contributor Author

oleksma commented Jun 2, 2025

I will review it, it has been returned to status DRAFT PR

@oleksma oleksma marked this pull request as draft June 2, 2025 15:30
@github-actions
Copy link

github-actions bot commented Jul 3, 2025

This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days.

@github-actions github-actions bot added stale and removed stale labels Jul 3, 2025
@github-actions
Copy link

github-actions bot commented Aug 3, 2025

This pull request seems to be stale. Are you still planning to work on it? We will automatically close it in 30 days.

@github-actions github-actions bot added the stale label Aug 3, 2025
@github-actions github-actions bot closed this Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants